Welcome![Sign In][Sign Up]
Location:
Search - polygon line

Search list

[Graph Drawingiouyuigtuyyugyt

Description: vc++内容全面,可以画平面图形,线,圆,三角形,多边形.内容在思远软件学院时,编写,里面有部分VC++代码为工作快10年老师编写程序,内容经典,简练!-vc comprehensive content, graphic painting, line, circle, triangle, polygon. software content in Siyuan Institute, the preparation, there are some VC code to work faster in 10 teacher preparation procedures, classic content, concise!
Platform: | Size: 2741248 | Author: 袁斌 | Hits:

[Otherwitkey

Description: 实验内容 ① 直线和圆的生成,设定屏幕图形工作方式,彩色象素的读写,直线和圆的扫描转换。 ② 多边形的裁剪和填充 ③ 图形变换:二维变换、及投影、透视变换 -Experimental content ① generate a straight line and circle, set the screen graphics work, read and write color pixel, a straight line and circle scan conversion. Polygon ② ③ graphics cut and fill transform: two-dimensional transformation, and projection, perspective transformation
Platform: | Size: 175104 | Author: | Hits:

[Special EffectsComputerGraphicsVc++Res

Description: 计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。-computer graphics programming practice, including line drawing, anti-aliasing line, Circle, painted oval, rectangular painting, painting polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture mapping, etc.. Because energy is limited, the original code did not make any notes. For simplified programming considerations, in many places designated constant, even before definitive treatment.
Platform: | Size: 343040 | Author: 牛牛 | Hits:

[ARM-PowerPC-ColdFire-MIPSS1D13305lcd320240

Description: 这是我做的针对S1D13305的驱动源码,我集成了ASCII码字库和一级简码汉字库,可以显示任意常用汉字和英文字符,另外还有基本的画线、圆、多边形以及填充等功能!但是由于画图时是边计算边显示,所以显示效果会有抖动,只需通过缓冲区作为中转站就可以解决问题,这个问题就让给使用者解决了! 如有问题可以发email给我,xianyun.wang@gmail.com-This is what I do against the S1D13305 driver source code, I integrated the ASCII character code, and a simple Store can demonstrate arbitrary commonly used Chinese characters and English characters, Another basic painting line, circle, polygon filling and function! However, because the drawing was Edges side, the results indicate there will tremble, only through the buffer zone as a transit point for the problem can be solved, the issue allow users to solve! If problems arise, they can email to me, xianyun.wang @ gmail.com
Platform: | Size: 277504 | Author: 王现运 | Hits:

[Graph DrawingDrawFunc

Description: 基本图形学图元生成,实现图形学经典图元直线,样条,多边形填充,裁剪等算法。-basic map generated graphics, graphics achieve classic map line, spline, polygon filling, cutting algorithm.
Platform: | Size: 30720 | Author: tuwei | Hits:

[Graph Drawinggrahic

Description: 对初学者理解c++的抽象继承虚函数等机制相当有用,这是一个画点线多边形的的实例程序。-for beginners to understand the abstract c succession mechanisms such as virtual function very useful. This is a drawing point line polygon examples of the procedure.
Platform: | Size: 125952 | Author: 谢潇 | Hits:

[Special EffectsSoft20060210160212600

Description: 本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含readme说明文件-primitive code of computer graphics programming practice, including line drawing, anti-aliasing line, Circle. painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture mapping, etc.. For simplified programming considerations, in many places designated constant, even before definitive treatment. Decompress after establishing gui16 directory, in its next original code and project documentation. Gui16 established under the release directory, under which an executable file and the necessary bitmap, and model documents. If the release catalog implementation procedures, must copy the necessary bitmap, and model documents. Intron readme notes
Platform: | Size: 276480 | Author: gggg | Hits:

[Graph programgol

Description: 多边形以n, x_array, y_array形式给出,其中x_array,y_array中存放着多边形的n个顶点的x, y坐标。扫描线填色算法的基本思想是: 用水平扫描线从上到下扫描由点线段构成的多段构成的多边形。每根扫描线与多边形各边产生一系列交点。将这些交点按照x坐标进行分类,将分类后的交点成对取出,作为两个端点,以所填的色彩画水平直线。多边形被扫描完毕后,填色也就完成。 上述基本思想中,有几个问题需要解决或改善-polygon n, x_array, y_array form given, which x_array, y_array leave a polygon of n vertices x, y coordinates. Scan Line coloring algorithm is the basic idea : Scan line with the level of scanning from top to bottom line point of the multi-form polygon. Each scan-line and polygon edges in the series of intersection. Nodal according to these x coordinates for classification, the classification will be paired Retrieve intersection, as two endpoints filled with color pictures of horizontal lines. Polygon scan was completed, the coloring will be completed. These basic ideas, there are several problems to be solved or improved
Platform: | Size: 4096 | Author: ruoyu | Hits:

[Windows Develop20211676140200612281753186387988

Description: 我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Chopper.asc chopper.bmp cp.bmp end.BMP end.txt w1.bmp w2.bmp w3.bmp -of computer graphics programming practice, including line drawing, anti-aliasing line, Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture mapping, etc.. Because energy is limited, the original code did not make any notes. For simplified programming considerations, in many places designated constant, even before definitive treatment. Decompress after establishing gui16 directory, in its next original code and project documentation. Gui16 established under the release directory, under which an executable file and the necessary bitmap, and model documents. If the release catalog implementation procedures, must copy the necessary bitmap, and model documents. Must copy of the document : Chopper.asc chopper.bmp cp
Platform: | Size: 416768 | Author: 胡波 | Hits:

[Graph DrawingAdvancedComputerGraphic

Description: 画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图-painting line, anti-aliasing line, Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, map
Platform: | Size: 2731008 | Author: wangli | Hits:

[3D Graphic3Dimageprogramming

Description: 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。-download the original code, the computer graphics programming practice, including line drawing, anti-aliasing line, Circle. painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture mapping, etc.. Because energy is limited, the original code did not make any notes.
Platform: | Size: 2446336 | Author: kuki0702 | Hits:

[Special Effectsshiyang1

Description: 实现DDA直线生成算法、Bresenham直线生成算法、中点绘圆算法,以及多边形扫描线填充算法-achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 61440 | Author: dangdang | Hits:

[Algorithmqiege_new

Description: //多边形切割 //可用于半平面交 //将多边形沿l1,l2确定的直线切割在side侧切割,保证l1,l2,side不共线-//polygon cutting// can be used for half-plane AC// will polygon along l1, l2 determined by the straight line cutting in the side cutting side, ensuring l1, l2, side not collinear
Platform: | Size: 1024 | Author: 周远 | Hits:

[Graph Drawingtuxingxueshiyan1

Description: 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。 5、通过算法的编写,切实掌握图形学中直线和圆生成的原理以及图形填充和裁减算法的原理和过程。 实验内容: 1、(必做)编写直线的DDA和Bresenham算法的实现程序。要求:直线的起点与终点坐标通过文本框中输入或添加鼠标程序,实现交互式画直线(用鼠标确定直线的起点和终点)。禁止使用画直线的系统函数。 2、(必做)编写圆的Bresenham算法或中点算法的实现程序。要求:圆的半径与圆心点坐标通过文本框中输入或添加鼠标程序,实现交互式画圆(用鼠标确定圆的圆心和半径)。禁止使用画圆的系统函数。 -"Computer Graphics" experiment, a basic pattern formation of the experiment : 1. DDA prepared a straight line and the Bresenham algorithm procedures, verification algorithm is correct. 2, the preparation of a round of the Bresenham algorithm or midpoint algorithm implementation procedures, verification algorithm is correct. 3, using the polygon scan line algorithm to fill a polygon filling, the verification algorithm correctness. 4. Use Cohen-Sutherland algorithm line or two-dimensional reduction of the use of Sutherland- Hodgman algorithm for polygon reduction, the certification algorithm correctness. 5, algorithm development, really control the graphics linear and circular formation of principle and graphics filling algorithm and the reduction of the principles and processes.
Platform: | Size: 718848 | Author: fisherman | Hits:

[Special Effects0102050202

Description: 计算机图形学设计,实现画线、画圆、画多边形,用DDA算法实现画线,用Bresenham 算法实现画圆。还有实现区域的填充和多边形的裁剪,填充用种子填充算法,多边形的裁剪用的是Sutherland_Hodgman算法!本程序只是实现这些算法,如要使用,还可以进行完善!谢谢!-computer graphics design, realization of line drawing, Circle, drawing polygons, DDA algorithm used for line drawing, Bresenham algorithm using Circle. There achieve regional and filled polygon clipping and filled with seed filling algorithm, Polygon is using the cutting Sutherland_Hodgman algorithm! The procedure is only achieve these algorithms to use, can also make perfect! Thank you!
Platform: | Size: 56320 | Author: 张建 | Hits:

[JSP/JavaDrawPaintCode

Description: 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorithm (including midpoint, Bresenham) and polygon filling (including edge filling, seed filling, Filled with scanning) transform two-dimensional polygon, polygon reduction, and other functions. According to various control options. then the achievement of the algorithm.
Platform: | Size: 229376 | Author: 刘晴 | Hits:

[DirextXgui3d

Description: 程序是基于d3d开发的,开发工具vc++,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-are based on d3d development, development tools vc, including line drawing, anti-aliasing line, Circle. painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture, etc.
Platform: | Size: 1862656 | Author: 付金 | Hits:

[OtherLB3

Description: 可以进行柱状图,饼状图和多边形的绘制, 并能对多边形进行扫描,使用扫描线算法-can histogram, pie slice and polygon rendering, polygon and is able to scan, use scan line algorithm
Platform: | Size: 16384 | Author: 盼盼 | Hits:

[Fractal programshap

Description: 画几何图形,圆弧,弦,椭圆,圆饼,矩形多边形,多义线-painting geometry, arc, chord, oval, round cake, rectangular polygon, multi-line
Platform: | Size: 139264 | Author: 曹国成 | Hits:

[Graph programgui16

Description: 本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等 -primitive code is the set of computer graphics programming practice, including line drawing, anti-aliasing line, Circle. painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture, etc.
Platform: | Size: 416768 | Author: 李辉 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »

CodeBus www.codebus.net